home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / arch / powerpc / platforms / 86xx / Kconfig next >
Encoding:
Text File  |  2008-12-24  |  1.1 KB  |  58 lines

  1. config PPC_86xx
  2. menuconfig PPC_86xx
  3.     bool "86xx-based boards"
  4.     depends on 6xx && PPC_MULTIPLATFORM
  5.     select FSL_SOC
  6.     select ALTIVEC
  7.     help
  8.       The Freescale E600 SoCs have 74xx cores.
  9.  
  10. if PPC_86xx
  11.  
  12. config MPC8641_HPCN
  13.     bool "Freescale MPC8641 HPCN"
  14.     select PPC_I8259
  15.     select DEFAULT_UIMAGE
  16.     select FSL_ULI1575
  17.     select HAS_RAPIDIO
  18.     help
  19.       This option enables support for the MPC8641 HPCN board.
  20.  
  21. config SBC8641D
  22.     bool "Wind River SBC8641D"
  23.     select DEFAULT_UIMAGE
  24.     help
  25.       This option enables support for the WRS SBC8641D board.
  26.  
  27. config MPC8610_HPCD
  28.     bool "Freescale MPC8610 HPCD"
  29.     select DEFAULT_UIMAGE
  30.     select FSL_ULI1575
  31.     help
  32.       This option enables support for the MPC8610 HPCD board.
  33.  
  34. config GEF_SBC610
  35.     bool "GE Fanuc SBC610"
  36.     select DEFAULT_UIMAGE
  37.     select HAS_RAPIDIO
  38.     help
  39.       This option enables support for GE Fanuc's SBC610.
  40.  
  41. endif
  42.  
  43. config MPC8641
  44.     bool
  45.     select PPC_PCI_CHOICE
  46.     select FSL_PCI if PCI
  47.     select PPC_UDBG_16550
  48.     select MPIC
  49.     default y if MPC8641_HPCN || SBC8641D || GEF_SBC610
  50.  
  51. config MPC8610
  52.     bool
  53.     select PPC_PCI_CHOICE
  54.     select FSL_PCI if PCI
  55.     select PPC_UDBG_16550
  56.     select MPIC
  57.     default y if MPC8610_HPCD
  58.